Skip to content

Resync the Instruction Set, Skills, and Lint Config With the Hub - #391

Merged
ptr727 merged 3 commits into
developfrom
resync/hub-2026-09-25
Sep 26, 2026
Merged

ptr727 merged 3 commits into
developfrom
resync/hub-2026-09-25

Conversation

@ptr727

@ptr727 ptr727 commented Sep 26, 2026

Copy link
Copy Markdown
Owner

Resyncs this repository with the ProjectTemplate hub at main 45669468.

Measured by audit run 2026-09-26T02:20:11Z | hub 45669468 against main, then re-measured on this branch by audit run 2026-09-26T02:25:44Z | hub 45669468 | branch override resync/hub-2026-09-25.

Changes

  • AGENTS.md and GOVERNANCE.md. Replaced the declared verbatim sections with the hub's text using scripts/carry.py apply-sections, which asserts that every other region stays byte-identical. The repository's own sections are unchanged.
  • .github/skills/. Re-vendored the tree with scripts/carry.py apply. The hub renamed three skills: code-review is now fleet-code-review, operational-vs-release-workflow is now branching-and-release-model, and fleet-conformance-check is now check-this-repo. This change adds the new names and prunes the old copies, which matched past hub revisions byte for byte. It also adds session-handoff, unattended-handoff, and backlog-burndown.
  • .github/copilot-instructions.md. Carried the hub's current rule text and runbook, which now point at fleet-code-review. The repository's empty Disproved Claims ledger is kept, and the hub's own entries were not carried.
  • CODESTYLE.md, AUDIT.md, and .markdownlint-cli2.jsonc. Copied from the hub. The one CODESTYLE.md paragraph missing from the hub was probed first: the hub wrote it and later removed it, so it was not a local addition.
  • .gitattributes. One comment reworded to match the hub. The repository keeps its own LanguageData/** rules here and in .editorconfig.

Repository settings were converged separately with repo-config/configure.sh apply ... release, which set has_projects, added labels, and linked the Fleet Engineering project. check now reports no drift.

Still Open

The comments label is applied because the carried config files bring the hub's own comment lines with them.

🤖 Generated with Claude Code

ptr727 and others added 3 commits September 25, 2026 19:21
Hub main 45669468. Replaced only the declared verbatim regions via carry.py apply-sections.

Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
Carries the renamed fleet-code-review, branching-and-release-model and check-this-repo skills,
prunes their superseded copies, and points the Copilot bootstrap at fleet-code-review.

Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
Keeps this repository's own LanguageData rules in .editorconfig and .gitattributes.

Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
Copilot AI lite review requested due to automatic review settings September 26, 2026 02:29
@ptr727 ptr727 added the comments Permits the comment lines the pull request adds or edits, which the prose gate otherwise refuses label Sep 26, 2026
@coderabbitai

coderabbitai Bot commented Sep 26, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 2d106eee-443f-4e4c-9c5a-09890696dea5


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Sep 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.68%. Comparing base (41c6592) to head (a6ad7fc).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #391   +/-   ##
========================================
  Coverage    87.68%   87.68%           
========================================
  Files           11       11           
  Lines         1941     1941           
  Branches       252      252           
========================================
  Hits          1702     1702           
  Misses         166      166           
  Partials        73       73           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The changes are a mechanical hub resync of docs/config/skills, and the updated references appear internally consistent (no stale skill-name references found).

Review effort: Lite
Findings: None

What changed in this PR

This pull request resyncs LanguageTags’ carried instruction set, Skills distribution, and markdownlint configuration with the ProjectTemplate hub, aligning repository guidance and tooling documentation with the current fleet standard.

Changes:

  • Updated carried docs (AGENTS.md, AUDIT.md, CODESTYLE.md, and .github/copilot-instructions.md) to the hub’s current wording and procedures.
  • Re-vendored .github/skills/ to reflect hub renames/additions (notably fleet-code-review, branching-and-release-model, and check-this-repo, plus new handoff/backlog skills).
  • Updated .markdownlint-cli2.jsonc and minor .gitattributes comment text to match hub conventions.
File Description
CODESTYLE.md Syncs fleet coding-style guidance updates (hooks, markdownlint exclusions, test/coverage notes).
AUDIT.md Syncs audit procedure wording and expands/clarifies several audit checks and examples.
AGENTS.md Syncs bootstrap + session/handoff guidance and updates the rules map skill names.
.markdownlint-cli2.jsonc Aligns markdownlint configuration (MD024 siblings_only, explicit globs, node_modules ignores).
.github/​skills/​workflow-ci-contract/​SKILL.md Re-vendored hub skill text and references for workflow contract guidance.
.github/​skills/​workflow-ci-contract/​references/​test-methodology.md Updates included WORKFLOW.md methodology content and surrounding framing.
.github/​skills/​workflow-ci-contract/​references/​architecture.md Adds the WORKFLOW.md architecture include surface as a new reference file.
.github/​skills/​upstream-contribution-workflow/​SKILL.md Updates cross-skill reference to branching-and-release-model.
.github/​skills/​unattended-handoff/​SKILL.md Adds new hub skill for running handoff chains unattended.
.github/​skills/​standup-a-repo/​SKILL.md Updates reference from fleet-conformance-check to check-this-repo.
.github/​skills/​skill-lifecycle/​SKILL.md Syncs lifecycle rules (include regions, --check behavior, rename/retire mechanics).
.github/​skills/​session-handoff/​SKILL.md Adds new hub skill defining the session handoff chain procedure.
.github/​skills/​resync-a-repo/​SKILL.md Updates resync procedure wording and cross-skill relationships.
.github/​skills/​repo-worktree/​SKILL.md Syncs worktree isolation guidance and tightens operational wording/examples.
.github/​skills/​python-codestyle/​SKILL.md Updates hook guidance and clarifies pre-commit vs Husky.Net positioning.
.github/​skills/​python-codestyle/​references/​testing.md Adds/clarifies Python coverage dependency + selector requirements for CI.
.github/​skills/​python-codestyle/​references/​profiles.md Removes outdated note about markdownlint rule disablement source.
.github/​skills/​pr-review-conduct/​SKILL.md Syncs review-loop contract wording, coverage semantics, and newer edge cases.
.github/​skills/​merge-and-release/​SKILL.md Syncs merge/release procedure wording and adds clarified pitfalls/constraints.
.github/​skills/​fleet-code-review/​SKILL.md Renames and updates the core review skill used by Copilot for PR reviews.
.github/​skills/​drive-pr/​SKILL.md Syncs drive loop wording and embeds the updated finding-disposition include.
.github/​skills/​dotnet-codestyle/​SKILL.md Updates .NET hook guidance and references MTP/coverage requirements.
.github/​skills/​dotnet-codestyle/​references/​testing.md Adds detailed MTP + coverage tooling/version-floor guidance.
.github/​skills/​copilot-instructions-keeper/​SKILL.md Syncs keeper skill description and clarifies what audit does/doesn’t prove.
.github/​skills/​comment-and-doc-style/​SKILL.md Syncs prose/markdown/comment conventions, incl. markdownlint nested-config guidance.
.github/​skills/​comment-and-doc-style/​references/​carried-doc-references.md Syncs carried-doc reference rules and explicitly documents the version/SHA ban scope.
.github/​skills/​check-this-repo/​SKILL.md Renames from fleet-conformance-check and updates the inside-the-repo self-check guidance.
.github/​skills/​carried-instruction-file-guard/​SKILL.md Syncs guard-skill description and clarifies co-firing/when it applies.
.github/​skills/​branching-and-release-model/​SKILL.md Renames from operational-vs-release-workflow and updates branching/release policy text.
.github/​skills/​branching-and-release-model/​references/​release-publish-mechanics.md Syncs release mechanics details, including registry push recovery guidance.
.github/​skills/​branching-and-release-model/​references/​branch-protection-and-promotion.md Syncs promotion/policy details and removes now-unneeded hub README pointer.
.github/​skills/​audit-a-repo/​SKILL.md Syncs audit-skill summary wording and updates applicability/trace guidance.
.github/​copilot-instructions.md Updates Copilot bootstrap/runbook to reference fleet-code-review and current loop semantics.
.gitattributes Minor comment wording aligned with hub; behavior unchanged.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ptr727 ptr727 closed this Sep 26, 2026
@ptr727 ptr727 reopened this Sep 26, 2026
@ptr727
ptr727 merged commit 445ae9d into develop Sep 26, 2026
20 of 22 checks passed
@ptr727
ptr727 deleted the resync/hub-2026-09-25 branch September 26, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comments Permits the comment lines the pull request adds or edits, which the prose gate otherwise refuses

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants